Removing changelog entry for the released fix#13598
Conversation
Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com>
|
@andrross Can you check this one? |
|
❌ Gradle check result for 6e78cec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
@sgup432 The release notes file should be the same across branches as well. I think this entry needs to be added there. |
|
@sgup432 Friendly ping :) Let's get this fixed before the next release. |
|
@andrross Looking into this. Somehow missed this. |
|
Ok I so need to do below:
|
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
We can automatically backport from main, FYI after this is merged. |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-13598-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 84ad3a7d2dc4410954b30d1c22d908047cfdd73b
# Push it to GitHub
git push --set-upstream origin backport/backport-13598-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.xThen, create a pull request where the |
Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com>
Signed-off-by: Sagar Upadhyaya <upasagar@amazon.com> Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com>
Description
Removing the change log entry as this fix is being released in 2.14.
See #13591
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
[ ] Public documentation issue/PR createdBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.